object WelcomeForm: TWelcomeForm Left = 279 Top = 205 Width = 645 Height = 430 Caption = 'WelcomeForm' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 16 object pnMain: TPanel Left = 0 Top = 0 Width = 637 Height = 396 Align = alClient BevelOuter = bvNone Caption = 'pnMain' Ctl3D = True ParentCtl3D = False TabOrder = 0 object pnBackGround: TAxBackgroundPanel Left = 0 Top = 0 Width = 637 Height = 396 Color = clWhite Align = alClient ParentColor = False TabOrder = 0 DesignSize = ( 637 396) object imgWatermarkPage: TImage Left = 290 Top = 270 Width = 349 Height = 127 Anchors = [akRight, akBottom] AutoSize = True Transparent = True end object Label1: TLabel Left = 32 Top = 360 Width = 226 Height = 16 Caption = 'Click Next to continue to the next page' end object lblAdvice: TAxLabel Left = 71 Top = 283 Width = 532 Height = 78 OnLinkClick = lblAdviceLinkClick LinkColor = 14509568 LinkSelectedColor = 14522624 WordWrap = True Transparent = True AutoSize = False Anchors = [akLeft, akTop, akRight] Caption = 'There are other ways to improve the speed and stability of your ' + 'computer by defragmenting your registry, cleaning the hard disk ' + 'and tweaking system settings. How can I improve t' + 'he performance of my computer?' ShowAccelChar = True end object Image2: TImage Left = 32 Top = 284 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Label2: TLabel Left = 32 Top = 64 Width = 563 Height = 77 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Auslogics Registry Cleaner finds and fixes various registry erro' + 'rs, increasing PC performance and stability. Select Quick Scan t' + 'o quickly scan through the safest categories. Select Advanced Sc' + 'an to find the maximum amount of registry errors.' WordWrap = True end object lblWelcomeToDefrag: TAxLabel Left = 32 Top = 16 Width = 585 Height = 25 WordWrap = False Quality = smMMXSmoothing4x Transparent = False AutoSize = False Caption = 'What do you want to do?' Font.Charset = DEFAULT_CHARSET Font.Color = 10040064 Font.Height = -16 Font.Name = 'Verdana' Font.Style = [] ShowAccelChar = True ParentFont = False end object rbRestoreBackup: TRadioButton Left = 44 Top = 216 Width = 500 Height = 17 Caption = 'Restore your changes' TabOrder = 2 end object rbAdvancedScan: TRadioButton Left = 44 Top = 184 Width = 500 Height = 17 Caption = 'Start advanced reqistry scan' TabOrder = 1 end object rbQuickScan: TRadioButton Left = 44 Top = 152 Width = 500 Height = 17 Caption = 'Start quick registry scan (recommended)' Checked = True TabOrder = 0 TabStop = True OnClick = rbQuickScanClick end end end end